@charset "UTF-8";

body {
	font-family: "微软雅黑";
}

.container-fluid {
	max-width: 1200px !important;

	margin: 0 auto;

	padding: 0;
}

.row {
	margin: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;

	margin: 0;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

a {
	text-decoration: none;
}

ul,
li {
	margin: 0;

	padding: 10px;

	list-style: none;

	float: left;
}

.topbar {
	height: 40px;

	line-height: 40px;

	color: #949494;

	font-size: 1.4rem;

	border-bottom: 1px solid #eee;
}

.topbar .tlt .t1 {
	float: left;

	display: inline-block;
}

.topbar .tlt .t2 {
	display: inline-block;

	float: left;
}

.topbar .tlt .t2 .list {
	display: inline-block;

	float: left;

	margin-left: 10px;
}

.topbar .tlt .t2 .list i {
	margin-right: 5px;
}

.topbar .trt .linktxt {
	background: url(topbar-trtbg1.png) no-repeat center center;

	background-size: 100% 100%;

	padding: 0 30px;

	color: #fff;

	font-size: 1.4rem;

	position: relative;

	z-index: 2;
}

.topbar .trt .linktxt a {
	color: #fff;

	margin: 0 10px;
}

.topbar .trt .ccon {
	background: url(topbar-trtbg2.png) no-repeat center center;

	background-size: 100% 100%;

	position: relative;

	z-index: 1;

	padding: 0 20px 0 30px;

	margin-left: -30px;
}

.topbar .trt .ccon a {
	display: block;

	color: #fff;

	font-size: 1.4rem;

	padding: 0 20px;
}

.header-wrap .header {
	position: relative;

	background-size: cover;
}

.header-wrap .header .logo {
	line-height: 65px;
}

.header-wrap .header .stxt {
	margin-top: 30px;

	border-left: 1px solid #eee;

	padding-left: 15px;

	margin-left: 15px;
}

.header-wrap .header .stxt .stit {
	font-size: 2rem;

	color: #222;
}

.header-wrap .header .stxt .stit span {
	color: #0754a6;

	font-size: 2.4rem;

	font-family: "Arial";
}

.header-wrap .header .stxt .btit {
	font-size: 1.6rem;

	color: #646464;
}

.header-wrap .header .phonetxt {
	margin-top: 30px;
}

.header-wrap .header .phonetxt .icon {
	float: left;
}

.header-wrap .header .phonetxt .ptxt {
	margin-left: 10px;

	float: left;

	font-size: 1.6rem;

	color: #2c2c2c;
}

.header-wrap .header .phonetxt .ptxt span {
	margin-top: -3px;

	display: block;

	font-size: 2.6rem;

	color: #0754a6;

	font-family: "Arial";

	letter-spacing: -1px;

	font-weight: bold;
}

.header-wrap .header .menu {
	line-height: 65px;

	float: right;
}

.header-wrap .header .menu img {
	max-width: 100%;
	width: 70%;
}

.header-wrap .header .menulist {
	position: absolute;

	top: 65px;

	right: -7px;

	width: 100px;

	display: none;

	z-index: 10;

	background: rgba(0, 0, 0, 0.8);
}

.header-wrap .header .menulist a {
	font-size: 1.4rem;

	font-family: "微软雅黑";

	text-decoration: none;

	color: #fff;

	display: block;

	text-align: center;

	height: 30px;

	line-height: 30px;
}

.header-wrap .header .menulist a:hover {
	background: #000;
}

.nav-wrap {
	height: 64px;

	background: url("navbg.jpg") repeat-x;

	background-size: 100% 100%;

	padding: 2px 0;
}

.nav-wrap .navbox .container-fluid {
	position: relative;

	z-index: 2;
}

.nav-wrap .navbox .nav-ul .navlist {
	position: relative;

	display: inline-block;

	float: left;

	width: 11.1%;
}

.nav-wrap .navbox .nav-ul .navlist:first-child {
	background: url(navline.jpg) no-repeat left top;
}

.nav-wrap .navbox .nav-ul .navlist a.listh1 {
	background: url(navline.jpg) no-repeat right top;

	height: 60px;

	line-height: 60px;

	text-decoration: none;

	display: block;

	color: #252525;

	text-align: center;

	font-size: 1.6rem;
}

.nav-wrap .navbox .nav-ul .navlist a.listh1:hover,
.nav-wrap .navbox .nav-ul .navlist a.listh1.on {
	background: url(navlist-hover.jpg) repeat-x;

	background-size: 100% 100%;

	color: #fff;
}

.nav-wrap .navbox .nav-ul .navlist a.listh1 span {
	display: block;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul {
	position: absolute;

	left: 0;

	top: 60px;

	display: none;

	z-index: 10;

	background: rgba(0, 0, 0, 0.8) !important;

	background: #000;

	filter: alpha(opacity=80);

	width: 220px;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list {
	position: relative;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2 {
	text-align: left;

	padding-left: 10px;

	line-height: 35px;

	color: #fff;

	display: block;

	text-decoration: none;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2.on {
	background: #0754a6;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .list3-ul {
	display: none;

	position: absolute;

	left: 100%;

	top: 0;

	width: 100%;

	background: rgba(0, 0, 0, 0.8) !important;

	background: #000;

	filter: alpha(opacity=80);
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
	text-align: center;
}

.nav-wrap .navbox .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
	display: block;

	line-height: 35px;

	color: #fff;
}

.banner-wrap {
	position: relative;
}

.banner-wrap #owl-demo {
	width: 100% !important;

	margin-left: auto;

	margin-right: auto;
}

.banner-wrap #owl-demo .item {
	display: block;
}

.banner-wrap #owl-demo img {
	display: block;

	width: 100%;
}

.banner-wrap .owl-theme .owl-controls {
	position: absolute;

	bottom: 20px;

	width: 100%;

	text-align: center;
}

.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
	opacity: 1;

	border-color: #fff;

	background: #fff;
}

.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #5c5959;

	border: 3px solid #fff;
}

.banner-wrap .owl-theme .owl-controls .owl-page.active span {
	background: #5c5959;

	border: 3px solid #fff;
}

.banner-wrap .banner .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.searchbox-wrap {
	background: #efefef;

	padding: 10px 0;

	border-bottom: 1px solid #eee;
}

.searchbox-wrap .slt .tit {
	display: inline-block;

	font-size: 1.4rem;

	font-weight: bold;

	color: #4f4f4f;

	float: left;

	width: 90px;
}

.searchbox-wrap .slt .con {
	width: calc(100% - 110px);

	float: left;

	display: inline-block;

	font-size: 1.4rem;

	color: #7d7d7d;
}

.searchbox-wrap .slt .con a {
	display: inline-block;

	color: #7d7d7d;

	margin-right: 5px;
}

.searchbox-wrap .slt .con span {
	margin: 0 20px;
}

.searchbox-wrap .srt {
	margin-top: 10px;
}

.searchbox-wrap .srt .searchtxt {
	float: left;

	width: 220px;

	height: 30px;

	border: 1px solid #eee;

	padding: 3px 5px 3px 10px;

	font-size: 1.2rem;

	color: #333;

	background: #fff;

	outline: none;
}

.searchbox-wrap .srt .submitbtn {
	float: left;

	width: 40px;

	height: 30px;

	border: none;

	background: #585858 url(searchbox-icon1.png) no-repeat center center;

	color: #fff;

	outline: none;
}

.content-wrap .product-wrap {
	padding: 55px 0;

	background: url(productbg.jpg) no-repeat center center;

	background-size: cover;
}

.content-wrap .product-wrap .product-con .w-ltside .mb {
	margin-bottom: 20px;
}

.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title {
	display: block;

	height: 45px;

	line-height: 45px;

	background: #222;

	background-size: cover;

	overflow: hidden;

	font-family: "微软雅黑";

	font-size: 16px;

	color: #fff;

	text-indent: 1em;

	cursor: pointer;
}

.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title .arrow {
	float: right;

	margin-right: 15px;
}

.content-wrap .product-wrap .product-con .w-ltside .mb .tit-show .title .icon {
	margin-right: 10px;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide {
	display: none;

	overflow: hidden;

	width: 100%;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div2 {
	display: block;

	height: 35px;

	line-height: 35px;

	cursor: pointer;

	background: #eee;

	color: #707070;

	font-size: 14px;

	text-align: center;

	border-bottom: 1px solid #fff;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div2 a {
	display: block;

	color: #707070;

	text-decoration: none;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div2:hover a {
	background: #0754a6;

	color: #fff;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 {
	display: none;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul {
	margin: 0;

	padding: 0;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul li {
	display: block;

	height: 34px;

	line-height: 34px;

	list-style: none;

	text-align: center;

	background: #fff;

	overflow: hidden;

	border-bottom: 1px solid #eee;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul li a {
	text-decoration: none;

	display: block;

	overflow: hidden;

	color: #666;
}

.content-wrap .product-wrap .product-con .w-ltside .show-hide .div3 ul li a:hover {
	color: #0754a6;
}

.content-wrap .product-wrap .product-con .ltside {
	padding-right: 30px;
}

.content-wrap .product-wrap .product-con .ltside .linkbox {
	background: #1f88fd;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .titbox {
	background: url(product-ltside-titbg.jpg) no-repeat center center;

	background-size: 100%;

	height: 112px;

	text-align: center;

	color: #fff;

	padding-top: 15px;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .titbox .icon {
	display: inline-block;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .titbox .tit {
	position: relative;

	top: 15px;

	margin-left: 15px;

	display: inline-block;

	text-align: left;

	font-size: 2.2rem;

	font-weight: bold;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .titbox .tit span {
	display: block;

	font-size: 1.2rem;

	text-transform: uppercase;

	font-weight: normal;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox {
	padding: 10px;

	background: #0754a6;

	border: 1px solid #999999;

	border-top: none;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list {
	display: block;

	text-decoration: none;

	font-size: 1.6rem;

	color: #151515;

	height: 40px;

	line-height: 40px;

	background: #fff;

	padding: 0 15px;

	margin-bottom: 5px;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list:hover {
	background: #0754a6;

	color: #fff;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list.on1 {
	background: #0754a6;

	color: #fff;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list span {
	display: inline-block;

	width: calc(100% - 10px);
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list i {
	font-style: normal;

	width: 10px;

	text-align: right;

	font-size: 2rem;

	color: #fff;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 {
	display: none;

	margin-bottom: 5px;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 ul {
	background: #fff;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 ul li a {
	display: block;

	font-size: 1.4rem;

	color: #666;

	line-height: 35px;

	height: 35px;

	padding-left: 55px;

	text-decoration: none;
}

.content-wrap .product-wrap .product-con .ltside .linkbox .lbox .list2 ul li a:hover {
	color: #0754a6;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn {
	background: #f2f2f4;

	border: 1px solid #eee;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn .titbox {
	position: relative;

	background: url(main-titbg1.png) no-repeat;

	width: 201px;

	padding-left: 20px;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn .titbox .tit {
	height: 34px;

	line-height: 34px;

	font-size: 1.4rem;

	font-weight: bold;

	color: #fff;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn .titbox .tit i {
	float: left;

	margin-right: 10px;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn .morebtn {
	padding-right: 20px;
}

.content-wrap .product-wrap .product-con .hotpro-con .title-morebtn .morebtn a {
	line-height: 34px;

	color: #1765b4;

	text-transform: uppercase;

	font-size: 1.2rem;

	font-family: "Times New Roman";
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon {
	margin-top: 15px;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist {
	padding: 0 5px 10px;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox {
	padding: 10px 0px 0;

	background: #ececec;

	border: 1px solid #eee;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox:hover {
	border-color: #fff;

	background: #fff;

	box-shadow: 0 0 8px #ccc;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox {
	padding: 10px 10px 20px;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .titbox {
	display: block;

	font-size: 1.8rem;

	color: #3d3d3d;

	text-align: center;

	height: 35px;

	line-height: 35px;

	overflow: hidden;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m1 {
	float: left;

	width: 48%;

	margin-right: 2%;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m1 a {
	text-decoration: none;

	display: block;

	background: #585858;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 1.4rem;

	color: #fff;

	text-transform: uppercase;

	overflow: hidden;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m1 a:hover {
	background: #0754a6;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m2 {
	float: right;

	width: 48%;

	margin-left: 2%;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m2 a {
	text-decoration: none;

	display: block;

	background: #585858;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 1.4rem;

	color: #fff;

	overflow: hidden;

	text-transform: uppercase;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .product-wrap .product-con .hotpro-con .hcon .hbox .hlist .hbox .conbox .morebtn .m2 a:hover {
	background: #0754a6;
}

.content-wrap .adbox-wrap {
	background: url(adboxbg1.jpg) no-repeat center center;

	background-size: cover;
}

.content-wrap .adbox-wrap .pic img {
	max-width: 100%;
}

.content-wrap .thirdScreen-wrap {
	background: url(thirdScreenbg.jpg) no-repeat center center;

	background-size: cover;
}

.content-wrap .thirdScreen-wrap .lybox-wrap {
	padding: 45px 0;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .title-line {
	text-align: center;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .title-line img {
	max-width: 100%;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con {
	margin-top: 55px;

	background: #fff;

	box-shadow: 0 0 10px #ccc;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox {
	padding: 30px 10px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) {
	background: #0754a6;

	box-shadow: 0 3px 10px #ccc;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) .conbox .numbox {
	background: #f39800;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) .conbox .con .titbox .tit {
	color: #fff;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) .conbox .con .titbox .tit span {
	opacity: 0.42;

	color: #fefefe;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) .conbox .con .cnbox .list i {
	color: #ffc600;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox:nth-child(2) .conbox .con .cnbox .list span {
	color: #fff;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .picbox {
	margin-top: 10px;

	text-align: center;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .picbox img {
	max-width: 100%;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox {
	margin-top: 20px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .numbox {
	width: 60px;

	height: 90px;

	background: #0754a6;

	text-align: center;

	color: #fff;

	padding-top: 10px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .numbox span {
	font-size: 3.6rem;

	font-weight: bold;

	font-family: "Arial";

	font-style: normal;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .numbox i {
	display: block;

	width: 35px;

	height: 5px;

	background: #fff;

	margin: 0 auto;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con {
	float: right;

	width: calc(100% - 100px);
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .titbox .tit {
	font-size: 2.8rem;

	color: #222;

	font-weight: bold;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .titbox .tit span {
	font-size: 1.2rem;

	font-family: "Times New Roman";

	color: #c9c9c9;

	text-transform: uppercase;

	font-weight: normal;

	display: block;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .cnbox {
	margin-top: 15px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .cnbox .list {
	font-size: 1.4rem;

	color: #919191;

	line-height: 30px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .cnbox .list i {
	float: left;

	font-style: normal;

	color: #acacac;

	font-size: 1.8rem;

	position: relative;

	top: 3px;

	width: 30px;
}

.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox .con .cnbox .list span {
	float: right;

	width: calc(100% - 30px);

	color: #3d3d3d;

	font-size: 1.6rem;
}

.content-wrap .thirdScreen-wrap .case-wrap {
	padding: 25px 0 45px;
}

.content-wrap .thirdScreen-wrap .case-wrap .title-line {
	text-align: center;
}

.content-wrap .thirdScreen-wrap .case-wrap .title-line .entit img {
	max-width: 100%;
}

.content-wrap .thirdScreen-wrap .case-wrap .title-line .chtit {
	margin: 5px 0 10px;

	font-size: 3.6rem;

	color: #0754a6;

	font-weight: bold;
}

.content-wrap .thirdScreen-wrap .case-wrap .title-line .chtit span {
	color: #373737;
}

.content-wrap .thirdScreen-wrap .case-wrap .title-line .stxt {
	background: #fff;

	display: inline-block;

	border: 1px solid #eee;

	line-height: 25px;

	padding: 0 20px;

	font-size: 1.2rem;

	color: #afafaf;

	font-family: "宋体";
}

.content-wrap .case-con-box {
	background: url(casebg.jpg) no-repeat center bottom;

	background-size: cover;

	padding: 75px 0;

	overflow: hidden;
}

.content-wrap .case-con-box .case-carousel {
	width: 100% !important;

	margin-left: auto;

	margin-right: auto;

	overflow: visible;
}

.content-wrap .case-con-box .case-carousel .item {
	display: block;

	margin: 0 5px;

	border: 1px solid #fff;

	background: #fff;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .case-con-box .case-carousel .item:hover {
	background: #0754a6;
}

.content-wrap .case-con-box .case-carousel .item:hover .conbox .titbox span {
	color: #fff;
}

.content-wrap .case-con-box .case-carousel .item:hover .conbox .titbox span:nth-child(2) {
	color: #fff;
}

.content-wrap .case-con-box .case-carousel .item .conbox {
	padding: 30px 20px;
}

.content-wrap .case-con-box .case-carousel .item .conbox .titbox {
	width: calc(100% - 100px);
}

.content-wrap .case-con-box .case-carousel .item .conbox .titbox span {
	display: inline-block;

	font-size: 1.8rem;

	color: #292929;

	line-height: 20px;

	height: 20px;

	overflow: hidden;
}

.content-wrap .case-con-box .case-carousel .item .conbox .titbox span:nth-child(2) {
	font-size: 1.4rem;

	color: #bfbfbf;

	font-family: "Arial";

	text-transform: uppercase;
}

.content-wrap .case-con-box .case-carousel .item .conbox .morebtn {
	margin-top: 5px;

	width: 60px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	border: 1px solid #eee;

	font-size: 1.2rem;

	color: #9e9e9e;

	background: #fff;
}

.content-wrap .case-con-box .owl-theme .owl-controls {
	margin-top: 0;
}

.content-wrap .case-con-box .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;

	left: -60px;

	top: 40%;

	background: url(case-arrowlt.png) no-repeat;

	width: 36px;

	height: 55px;

	border-radius: 0;

	padding: 0;

	margin: 0;
}

.content-wrap .case-con-box .owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;

	right: -60px;

	top: 40%;

	background: url(case-arrowrt.png) no-repeat;

	width: 36px;

	height: 55px;

	border-radius: 0;

	padding: 0;

	margin: 0;
}

.content-wrap .about-wrap {
	padding: 45px 0 85px;
}

.content-wrap .about-wrap .title-line {
	text-align: center;
}

.content-wrap .about-wrap .title-line .entit img {
	max-width: 100%;
}

.content-wrap .about-wrap .title-line .chtit {
	margin: 5px 0 10px;

	font-size: 3.6rem;

	color: #0754a6;

	font-weight: bold;
}

.content-wrap .about-wrap .title-line .chtit span {
	color: #373737;
}

.content-wrap .about-wrap .title-line .stxt {
	display: inline-block;

	border: 1px solid #eee;

	line-height: 25px;

	padding: 0 20px;

	font-size: 1.2rem;

	color: #afafaf;

	font-family: "宋体";
}

.content-wrap .about-wrap .about-con {
	margin-top: 45px;
}

.content-wrap .about-wrap .about-con .picbox {
	border: 3px solid #ebebeb;
}

.content-wrap .about-wrap .about-con .conbox .titbox {
	background: #0754a6;

	color: #fff;

	padding: 25px;
}

.content-wrap .about-wrap .about-con .conbox .titbox .t1 img {
	max-width: 100%;
}

.content-wrap .about-wrap .about-con .conbox .titbox .t2 {
	margin-top: 5px;

	font-size: 2.6rem;

	font-weight: bold;
}

.content-wrap .about-wrap .about-con .conbox .titbox .t3 {
	margin-top: 5px;

	font-size: 1.2rem;

	color: #c6c6c6;

	font-family: "Arial";

	text-transform: uppercase;
}

.content-wrap .about-wrap .about-con .conbox .titbox .line {
	margin-top: 10px;

	width: 55px;

	height: 3px;

	background: #ffffff;
}

.hot {
	height: 50px;
	background: #212121;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	border-top: 2px solid #fff;
}

.hot span {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.hot h6 {
	font-size: 12px;
	line-height: 20px;
}

.hot .row div a {
	display: block;
	color: #fff;
	padding: 7px 0;
}

.hot .row div:hover {
	background: #000;
}

.dbbox {
	position: fixed;
	left: 0;
	bottom: 70px;
	z-index: 99;
	width: 100%;
}

.dbbox .dbs {
	position: relative;
	padding: 0 15px;
	display: none;
}

.dbbox .dbs .neirong {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

.dbbox .dbs.ewm-box {
	text-align: center;
}

.dbbox .dbs.ewm-box:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	z-index: 1;
	width: 25%;
	height: 6px;
	background: url(dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.fenxiang-box:after {
	content: "";
	position: absolute;
	left: 75%;
	bottom: -6px;
	z-index: 1;
	width: 25%;
	height: 6px;
	background: url(dbtc_jt.png) no-repeat center;
}

.dbbox .dbs.ewm-box img {
	max-width: 140px;
}

.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
	position: relative;
	padding: 6px 0;
	width: 20%;
	height: 44px;
}

.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
	position: absolute;
	left: 50%;
	top: 6px;
	margin: 0 0 0 -16px;
	float: inherit !important;
	display: block;
}

.content-wrap .about-wrap .about-con .conbox .con {
	background: #fff;

	box-shadow: 0 3px 10px #ddd;

	padding: 25px;
}

.content-wrap .about-wrap .about-con .conbox .con a {
	text-decoration: none;

	display: block;

	color: #3f3f3f;

	font-size: 1.4rem;
}

.content-wrap .about-wrap .about-con .conbox .con a:hover .morebtn {
	color: #0754a6;
}

.content-wrap .about-wrap .about-con .conbox .con a .cn {
	line-height: 25px;

	height: 175px;

	overflow: hidden;
}

.content-wrap .about-wrap .about-con .conbox .con a .morebtn {
	margin-top: 20px;

	font-size: 1.4rem;

	color: #a6a6a6;

	text-transform: uppercase;
}

.content-wrap .partner-wrap {
	background: url(partnerbg.jpg) no-repeat center center;

	background-size: cover;

	padding: 0 0 45px;
}

.content-wrap .partner-wrap .title-line {
	margin-top: -16px;
}

.content-wrap .partner-wrap .title-line .chtit {
	background: url(partner-titbg1.png) no-repeat center center;

	height: 88px;

	line-height: 88px;

	text-align: center;

	color: #fff;

	font-size: 3.6rem;
}

.content-wrap .partner-wrap .title-line .chtit span {
	font-weight: bold;
}

.content-wrap .partner-wrap .title-line .stxt {
	margin-top: 15px;

	background: url(partner-titline1.png) no-repeat center center;

	color: #fff;

	text-align: center;

	font-size: 1.7rem;

	font-weight: bold;
}

.content-wrap .partner-wrap .title-line .entit {
	margin-top: 10px;

	color: #d6d6d6;

	font-size: 1.2rem;

	text-transform: uppercase;

	font-family: "Arial";

	text-align: center;
}

.content-wrap .partner-wrap .partner-con {
	margin-top: 35px;
}

.content-wrap .partner-wrap .partner-con .partner-carousel {
	width: 100% !important;

	margin-left: auto;

	margin-right: auto;
}

.content-wrap .partner-wrap .partner-con .partner-carousel .item {
	display: block;

	margin: 0 5px;
}

.content-wrap .news-wrap {
	padding: 55px 0 25px;
}

.content-wrap .news-wrap .title-line {
	text-align: center;
}

.content-wrap .news-wrap .title-line .entit img {
	max-width: 100%;
}

.content-wrap .news-wrap .title-line .chtit {
	margin: 5px 0 10px;

	font-size: 3.6rem;

	color: #0754a6;

	font-weight: bold;
}

.content-wrap .news-wrap .title-line .chtit span {
	color: #373737;
}

.content-wrap .news-wrap .title-line .stxt {
	display: inline-block;

	border: 1px solid #eee;

	line-height: 25px;

	padding: 0 20px;

	font-size: 1.2rem;

	color: #afafaf;

	font-family: "宋体";
}

.content-wrap .news-wrap .news-con {
	margin-top: 35px;
}

.content-wrap .news-wrap .news-con .title-morebtn {
	background: url(news-titmorebg.png) repeat;
}

.content-wrap .news-wrap .news-con .title-morebtn .title {
	border-left: 5px solid #585858;

	padding-left: 10px;

	background: #fff;

	padding-right: 20px;
}

.content-wrap .news-wrap .news-con .title-morebtn .title .t1 {
	font-size: 1.8rem;

	color: #585858;

	font-weight: bold;
}

.content-wrap .news-wrap .news-con .title-morebtn .title .t2 {
	margin-top: 2px;

	font-size: 1.6rem;

	color: #bcbcbc;

	font-family: "Arial";

	text-transform: uppercase;
}

.content-wrap .news-wrap .news-con .title-morebtn .morebtn {
	background: #fff;

	padding-left: 20px;

	height: 49px;

	padding-top: 7px;
}

.content-wrap .news-wrap .news-con .title-morebtn .morebtn a {
	display: block;
}

.content-wrap .news-wrap .news-con .title-morebtn .morebtn .m1 {
	float: left;

	font-size: 1.4rem;

	color: #828282;

	margin-right: 10px;
}

.content-wrap .news-wrap .news-con .title-morebtn .morebtn .m1 span {
	font-size: 1.2rem;

	font-family: "Arial";

	color: #ababab;

	display: block;

	text-transform: uppercase;
}

.content-wrap .news-wrap .news-con .title-morebtn .morebtn .m2 {
	margin-top: 10px;

	float: left;

	display: inline-block;
}

.content-wrap .news-wrap .news-con .n1box {
	margin-bottom: 20px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con {
	border-top: 1px dashed #9d9d9d;

	margin-top: 20px;

	padding-top: 20px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a {
	text-decoration: none;

	display: block;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a:hover .conbox .titbox .tit {
	color: #0754a6;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .picbox {
	width: 33%;

	border: 1px solid #ddd;

	padding: 3px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox {
	width: 65%;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox .titbox {
	font-size: 1.6rem;

	color: #2c2c2c;

	font-weight: bold;

	line-height: 30px;

	height: 30px;

	overflow: hidden;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox .titbox .tit {
	width: calc(100% - 100px);
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox .titbox .time {
	font-size: 1.4rem;

	font-weight: normal;

	color: #989898;

	font-family: "Arial";

	width: 80px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox .con {
	margin-top: 5px;

	font-size: 1.4rem;

	color: #666;

	line-height: 23px;

	height: 46px;

	overflow: hidden;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .bnlist a .conbox .morebtn {
	margin-top: 10px;

	color: #c0c0c0;

	font-size: 1.4rem;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox {
	margin-top: 20px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist {
	margin-bottom: 10px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a {
	text-decoration: none;

	display: block;

	background: #f1f1f1;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a:hover .conbox .tit {
	color: #0754a6;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .timebox {
	width: 95px;

	float: left;

	background: #585858;

	color: #fff;

	padding: 5px 0;

	text-align: center;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .timebox .t1 {
	font-size: 2.4rem;

	font-family: "Arial";

	font-weight: bold;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .timebox .t2 {
	font-size: 1.6rem;

	position: relative;

	top: -5px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .conbox {
	float: right;

	width: calc(100% - 110px);

	padding-top: 8px;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .conbox .tit {
	font-size: 1.6rem;

	color: #252424;

	line-height: 25px;

	height: 25px;

	overflow: hidden;
}

.content-wrap .news-wrap .news-con .n1box .nbox-con .nlistbox .nlist a .conbox .con {
	font-size: 1.4rem;

	color: #858585;

	line-height: 25px;

	height: 25px;

	overflow: hidden;
}

.content-wrap .news-wrap .news-con .n2box {
	margin-bottom: 20px;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con {
	padding-top: 25px;

	margin-top: 20px;

	border-top: 1px dashed #9d9d9d;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist {
	padding-bottom: 20px;

	margin-bottom: 25px;

	border-bottom: 1px dashed #ddd;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a {
	text-decoration: none;

	display: block;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a:hover .tit span {
	color: #0754a6;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .tit {
	margin-bottom: 10px;

	line-height: 20px;

	height: 20px;

	overflow: hidden;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .tit i {
	float: left;

	width: 20px;

	height: 20px;

	border-radius: 50%;

	background: #585858;

	line-height: 20px;

	text-align: center;

	color: #fff;

	display: inline-block;

	font-style: normal;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .tit span {
	display: inline-block;

	float: right;

	width: calc(100% - 30px);

	font-size: 1.6rem;

	color: #282828;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .con {
	margin-top: 15px;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .con i {
	float: left;

	width: 20px;

	height: 20px;

	border-radius: 50%;

	background: #0754a6;

	line-height: 20px;

	text-align: center;

	color: #fff;

	display: inline-block;

	font-style: normal;
}

.content-wrap .news-wrap .news-con .n2box .nbox-con .nlist a .con span {
	display: inline-block;

	float: right;

	width: calc(100% - 30px);

	font-size: 1.4rem;

	color: #858585;

	line-height: 20px;

	height: 40px;

	overflow: hidden;
}

.content-wrap .contentbox {
	margin-top: 30px;

	margin-bottom: 80px;
}

.content-wrap .contentbox .tit-line {
	text-align: center;

	margin-bottom: 20px;
}

.content-wrap .contentbox .tit-line h2 {
	font-family: "Aparajita";

	color: #383838;

	font-size: 3.2rem;

	text-transform: uppercase;

	margin: 0 0 15px;
}

.content-wrap .contentbox .tit-line h2 span {
	font-family: "微软雅黑";

	display: block;

	font-size: 2rem;
}

.content-wrap .contentbox .tit-line .line-wrap {
	width: 100%;

	height: 1px;

	background: #ccc;
}

.content-wrap .contentbox .tit-line .line-wrap .line {
	position: relative;

	top: -1px;

	height: 3px;

	background: #0754a6;

	width: 80px;

	margin: 0 auto;
}

.content-wrap .contentbox .w-ltside .mb {
	margin-bottom: 20px;
}

.content-wrap .contentbox .w-ltside .mb .tit-show .title {
	display: block;

	height: 45px;

	line-height: 45px;

	background: #222;

	background-size: cover;

	overflow: hidden;

	font-family: "微软雅黑";

	font-size: 16px;

	color: #fff;

	text-indent: 1em;

	cursor: pointer;
}

.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
	float: right;

	margin-right: 15px;
}

.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
	margin-right: 10px;
}

.content-wrap .contentbox .w-ltside .show-hide {
	display: none;

	overflow: hidden;

	width: 100%;
}

.content-wrap .contentbox .w-ltside .show-hide .div2 {
	display: block;

	height: 35px;

	line-height: 35px;

	cursor: pointer;

	background: #eee;

	color: #707070;

	font-size: 14px;

	text-align: center;

	border-bottom: 1px solid #fff;
}

.content-wrap .contentbox .w-ltside .show-hide .div2 a {
	display: block;

	color: #707070;

	text-decoration: none;
}

.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
	background: #0754a6;

	color: #fff;
}

.content-wrap .contentbox .w-ltside .show-hide .div3 {
	display: none;
}

.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
	margin: 0;

	padding: 0;
}

.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
	display: block;

	height: 34px;

	line-height: 34px;

	list-style: none;

	text-align: center;

	background: #fff;

	overflow: hidden;

	border-bottom: 1px solid #eee;
}

.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
	text-decoration: none;

	display: block;

	overflow: hidden;

	color: #666;
}

.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
	color: #0754a6;
}

.content-wrap .contentbox .ltside {
	padding-right: 20px;
}

.content-wrap .contentbox .ltside .linkbox {
	background: #1f88fd;
}

.content-wrap .contentbox .ltside .linkbox .titbox {
	background: url(product-ltside-titbg.jpg) no-repeat center center;

	background-size: 100%;

	height: 112px;

	text-align: center;

	color: #fff;

	padding-top: 15px;
}

.content-wrap .contentbox .ltside .linkbox .titbox .icon {
	display: inline-block;
}

.content-wrap .contentbox .ltside .linkbox .titbox .tit {
	position: relative;

	top: 15px;

	margin-left: 15px;

	display: inline-block;

	text-align: left;

	font-size: 2.2rem;

	font-weight: bold;
}

.content-wrap .contentbox .ltside .linkbox .titbox .tit span {
	display: block;

	font-size: 1.2rem;

	text-transform: uppercase;

	font-weight: normal;
}

.content-wrap .contentbox .ltside .linkbox .lbox {
	padding: 10px;

	background: #0754a6;

	border: 1px solid #999999;

	border-top: none;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list {
	display: block;

	text-decoration: none;

	font-size: 1.6rem;

	color: #151515;

	height: 40px;

	line-height: 40px;

	background: #fff;

	padding: 0 15px;

	margin-bottom: 5px;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list:hover {
	background: #0754a6;

	color: #fff;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list.on1 {
	background: #0754a6;

	color: #fff;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list span {
	display: inline-block;

	width: calc(100% - 20px);
}

.content-wrap .contentbox .ltside .linkbox .lbox .list i {
	font-style: normal;

	width: 10px;

	text-align: right;

	font-size: 2rem;

	color: #fff;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list2 {
	display: none;

	margin-bottom: 5px;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul {
	background: #fff;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a {
	display: block;

	font-size: 1.4rem;

	color: #666;

	line-height: 35px;

	height: 35px;

	padding-left: 55px;

	text-decoration: none;
}

.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a:hover {
	color: #0754a6;
}

.content-wrap .contentbox .ltside .contactbox {
	margin-top: 20px;

	border: 1px solid #eee;
}

.content-wrap .contentbox .ltside .contactbox .pic img {
	width: 100%;
}

.content-wrap .contentbox .ltside .contactbox .con {
	padding: 15px 20px;

	font-size: 1.4rem;

	color: #454545;

	line-height: 24px;
}

.content-wrap .contentbox .main-wrap {
	padding-bottom: 30px;
}

.content-wrap .contentbox .main-wrap .title-posit {
	margin-bottom: 15px;

	background: #f2f2f4;

	border: 1px solid #eee;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .title {
	background: url(main-titbg1.png) no-repeat;

	width: 288px;

	padding-left: 20px;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .title .tit {
	height: 34px;

	line-height: 34px;

	font-size: 1.4rem;

	font-weight: bold;

	color: #fff;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .title .tit i {
	float: left;

	margin-right: 10px;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
	line-height: 34px;

	color: #acacac;

	font-size: 1.2rem;

	padding-right: 15px;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
	color: #acacac;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .back a {
	color: #343434;

	font-size: 1.2rem;
}

.content-wrap .contentbox .main-wrap .title-posit .line {
	border-top: 1px solid #eee;
}

.content-wrap .contentbox .main-wrap .about-con {
	margin-bottom: 20px;
}

.content-wrap .contentbox .main-wrap .about-con img {
	max-width: 100%;

	margin: 10px 0;
}

.content-wrap .contentbox .main-wrap .about-con .con {
	font-size: 1.4rem;

	color: #0d0d0d;

	line-height: 30px;

	margin-bottom: 0;
}

.content-wrap .contentbox .main-wrap .news-con {
	margin-top: -15px;
}

.content-wrap .contentbox .main-wrap .news-con .nlist {
	border-bottom: 1px dashed #ccc;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a {
	display: block;

	text-decoration: none;

	color: #282828;

	padding: 20px 20px;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
	background: #dedede;

	color: #ff9f00;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .conbox .morebtn {
	background: #6d6d6d;

	color: #fff;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
	width: 17%;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
	width: 100%;
	padding: ;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox {
	margin-top: 10px;

	font-size: 1.8rem;

	line-height: 25px;

	height: 25px;

	overflow: hidden;

	margin-bottom: 5px;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox .tit {
	display: inline-block;

	width: 70%;

	color: #232323;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox .time {
	font-size: 1.2rem;

	color: #9e9e9e;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .con {
	font-size: 1.2rem;

	color: #5f5f5f;

	line-height: 20px;

	height: 40px;

	overflow: hidden;
}

.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .morebtn {
	margin-top: 10px;

	border: 1px solid #ddd;

	width: 95px;

	height: 25px;

	color: #afaeae;

	font-size: 1.2rem;

	line-height: 25px;

	text-align: center;

	font-family: "宋体";

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .case-con .clist {
	padding: 0 10px 20px;
}

.content-wrap .contentbox .main-wrap .case-con .clist a {
	background: #ececec;

	text-decoration: none;

	display: block;

	padding: 10px 10px 0;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .case-con .clist a:hover {
	background: #0754a6;
}

.content-wrap .contentbox .main-wrap .case-con .clist a:hover .btit {
	color: #fff;
}

.content-wrap .contentbox .main-wrap .case-con .clist a .btit {
	line-height: 55px;

	height: 55px;

	overflow: hidden;

	text-align: center;

	font-size: 1.8rem;

	color: #3d3d3d;

	padding: 0 5px;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .product-con .plist {
	padding: 0 5px 10px;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox {
	background: #ececec;

	border: 1px solid #eee;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover {
	background: #0754a6;

	border-color: #fff;

	box-shadow: 0 0 8px #ccc;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox:hover .conbox .titbox {
	color: #fff;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox {
	padding: 10px 0px 20px;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .titbox {
	display: block;

	font-size: 1.8rem;

	color: #3d3d3d;

	text-align: center;

	height: 30px;

	line-height: 30px;

	overflow: hidden;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn {
	margin-top: 5px;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m1 {
	float: left;

	width: 48%;

	margin-right: 2%;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m1 a {
	text-decoration: none;

	display: block;

	background: #4b9ede;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 1.4rem;

	color: #fff;

	text-transform: uppercase;

	overflow: hidden;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m1 a:hover {
	background: #fff;

	color: #818181;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m2 {
	float: right;

	width: 48%;

	margin-left: 2%;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m2 a {
	text-decoration: none;

	display: block;

	background: #787878;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 1.4rem;

	color: #fff;

	overflow: hidden;

	text-transform: uppercase;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .morebtn .m2 a:hover {
	background: #fff;

	color: #787878;
}

.content-wrap .contentbox .main-wrap .partner-con .plist {
	padding: 0 5px 10px;
}

.content-wrap .contentbox .main-wrap .partner-con .plist a {
	text-decoration: none;

	display: block;

	border: 1px solid #ddd;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .partner-con .plist a:hover {
	opacity: 0.5;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
	margin-bottom: 10px;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
	font-weight: normal;

	font-size: 1.4rem;

	width: 22%;

	float: left;

	height: 30px;

	line-height: 30px;

	color: #696969;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
	float: right;

	width: 77%;

	border: 1px solid #ccc;

	line-height: 30px;

	height: 30px;

	padding: 5px;

	font-size: 1.4rem;

	color: #696969;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
	float: right;

	width: 77%;

	border: 1px solid #ccc;

	line-height: 30px;

	height: 130px;

	padding: 5px;

	font-size: 1.4rem;

	color: #696969;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
	margin-left: 2%;

	float: left;

	width: 15%;

	border: 1px solid #ccc;

	line-height: 30px;

	height: 30px;

	padding: 5px;

	font-size: 1.4rem;

	color: #696969;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
	float: left;

	margin-left: 5px;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
	height: 30px;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
	margin-top: 10px;

	width: 100px;

	height: 30px;

	color: #292929;

	border: none;

	background: #d1d1d1;

	font-size: 1.4rem;

	margin-right: 5px;

	transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
	background: #1d80fc;

	color: #fff;
}

.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
	margin-left: 23%;
}

.content-wrap .contentbox .main-wrap .messages-con .picbox {
	padding-left: 20px;
}

.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
	border: 1px solid #ccc;

	padding: 5px;
}

.content-wrap .contentbox .main-wrap .contact-con .mappic {
	margin-top: 20px;

	border: 1px solid #ccc;

	padding: 5px;
}

.content-wrap .contentbox .main-wrap .contact-con .mappic img {
	width: 100%;
}

.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
	font-size: 1.8rem;

	margin-bottom: 5px;
}

.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
	font-size: 1.2rem;

	color: #696969;

	line-height: 25px;
}

.content-wrap .contentbox .main-wrap .news-details-con .tit {
	margin-bottom: 20px;

	text-align: center;

	font-size: 1.8rem;

	font-weight: bold;

	line-height: 45px;

	border-bottom: 1px solid #eeeeee;
}

.content-wrap .contentbox .main-wrap .news-details-con .con {
	padding: 0px 15px;

	border-bottom: 1px solid #ddd;
	line-height: 26px;

	padding-bottom: 15px;

	margin-bottom: 15px;
}

.content-wrap .contentbox .main-wrap .news-details-con .con img {
	max-width: 870px;
	line-height: 26px;
}

.content-wrap .contentbox .main-wrap .news-details-con .pic {
	margin: 10px 0;

	text-align: center;
}

.content-wrap .contentbox .main-wrap .news-details-con .pic img {
	max-width: 100%;
}

.content-wrap .contentbox .main-wrap .product-details-con .tit {
	margin-bottom: 20px;

	text-align: center;

	font-weight: bold;

	font-size: 1.8rem;

	line-height: 35px;

	border-bottom: 1px solid #eeeeee;
}

.content-wrap .contentbox .main-wrap .news_pre {
	line-height: 28px;
}

.content-wrap .contentbox .main-wrap .product-details-con .picbox {
	margin-bottom: 20px;

	text-align: center;
}

.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
	border: 1px solid #ccc;

	max-width: 100%;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox {
	text-align: center;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .prev {
	display: inline-block;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .prev a {
	text-decoration: none;

	display: block;

	width: 45px;

	height: 45px;

	border-radius: 5px;

	border: 1px solid #ddd;

	line-height: 45px;

	text-align: center;

	color: #999;

	font-size: 2.6rem;

	font-family: "黑体";
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .prev a:hover {
	background: #237ddd;

	color: #fff;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .menu {
	position: relative;

	top: -5px;

	display: inline-block;

	margin: 0 10px;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .menu a {
	text-decoration: none;

	display: block;

	width: 45px;

	height: 45px;

	border-radius: 5px;

	border: 1px solid #ddd;

	line-height: 42px;

	text-align: center;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .menu a:hover {
	background: #237ddd;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .menu a:hover img {
	-webkit-filter: brightness(100);
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .next {
	display: inline-block;
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .next a {
	text-decoration: none;

	display: block;

	width: 45px;

	height: 45px;

	border-radius: 5px;

	border: 1px solid #ddd;

	line-height: 45px;

	text-align: center;

	color: #999;

	font-size: 2.6rem;

	font-family: "黑体";
}

.content-wrap .contentbox .main-wrap .product-details-con .pagebox .next a:hover {
	background: #237ddd;

	color: #fff;
}

.content-wrap .contentbox .main-wrap .product-details-con .dcon {
	margin-top: 20px;

	padding-top: 20px;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	margin-bottom: 20px;

	padding-bottom: 20px;
}

.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
	font-size: 1.4rem;

	color: #232323;

	line-height: 28px;

	padding: 0px 15px;
}

.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn p img {
	max-width: 900px;
}

.footer-wrap .footer {
	background: #191919;
}

.footer-wrap .footer .f2box {
	border-bottom: 1px solid #010710;

	padding: 45px 0 35px;

	color: #fff;
}

.footer-wrap .footer .f2box .linkbox {
	padding-right: 50px;
}

.footer-wrap .footer .f2box .linkbox .title {
	font-size: 1.6rem;

	font-weight: bold;

	text-transform: uppercase;
}

.footer-wrap .footer .f2box .linkbox .title span {
	margin-bottom: 5px;

	display: block;

	font-size: 2.2rem;

	font-family: "Arial";

	color: #5f5f5f;
}

.footer-wrap .footer .f2box .linkbox .lcon {
	margin-top: 20px;
}

.footer-wrap .footer .f2box .linkbox .lcon .list {
	float: left;

	width: 33.33%;

	padding-right: 20px;

	line-height: 30px;

	font-size: 1.4rem;
}

.footer-wrap .footer .f2box .linkbox .lcon .list a {
	color: #fff;
}

.footer-wrap .footer .f2box .cconbox {
	background: url(footer-line1.jpg) no-repeat left top;

	padding-left: 80px;
}

.footer-wrap .footer .f2box .cconbox .title {
	font-size: 1.6rem;

	font-weight: bold;

	text-transform: uppercase;
}

.footer-wrap .footer .f2box .cconbox .title span {
	margin-bottom: 5px;

	display: block;

	font-size: 2.2rem;

	font-family: "Arial";

	color: #5f5f5f;
}

.footer-wrap .footer .f2box .cconbox .ccon {
	margin-top: 20px;

	font-size: 1.4rem;

	line-height: 30px;
}

.footer-wrap .footer .f2box .ewmbox {
	background: url(footer-line1.jpg) no-repeat left top;
}

.footer-wrap .footer .f2box .ewmbox .title {
	text-align: center;

	font-size: 1.6rem;

	font-weight: bold;

	text-transform: uppercase;
}

.footer-wrap .footer .f2box .ewmbox .title span {
	margin-bottom: 5px;

	display: block;

	font-size: 2.2rem;

	font-family: "Arial";

	color: #5f5f5f;
}

.footer-wrap .footer .f2box .ewmbox .con {
	margin-top: 25px;

	text-align: center;
}

.footer-wrap .footer .f3box {
	border-top: 1px solid #2e2e2e;

	padding: 10px 0;

	text-align: center;

	line-height: 30px;
}

.footer-wrap .footer .f3box .flt {
	color: #a6a6a6;
}

.footer-wrap .footer .f3box .flt a {
	color: #a6a6a6;
}

.hot-wrap {
	position: fixed;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 75px;

	background: #292929;

	z-index: 999;
}

.hot-wrap .list {
	height: 75px;

	width: 25%;

	float: left;

	display: block;
}

.hot-wrap .list:hover {
	background: #191919;
}

.hot-wrap .list a {
	text-decoration: none;

	display: block;

	text-align: center;
}

.hot-wrap .list a i {
	display: block;

	padding-bottom: 0.2em;

	padding-top: 0.5em;
}

.hot-wrap .list a span {
	font-size: 1rem;

	color: #fff;
}

@media (min-width: 992px) {
	.col-md-13 {
		width: 20%;

		float: left;
	}

	.col-md-14 {
		width: 11.11%;

		float: left;
	}

	.header-wrap .header {
		height: 110px;
	}

	.header-wrap .header .logo {
		line-height: 110px;
	}

	.searchbox-wrap .slt {
		margin-top: 5px;

		float: left;

		line-height: 16px;

		height: 16px;

		overflow: hidden;

		width: 70%;
	}

	.searchbox-wrap .srt {
		margin-top: 0;

		float: right;
	}

	.content-wrap .thirdScreen-wrap .lybox-wrap .lybox-con .listbox .conbox {
		padding-left: 40px;
	}

	.content-wrap .about-wrap .about-con .conbox {
		position: relative;
	}

	.content-wrap .about-wrap .about-con .conbox .con {
		position: absolute;

		right: 0;

		height: 290px;

		width: 550px;

		padding: 35px;
	}

	.content-wrap .news-wrap .news-con .n1box {
		padding-right: 20px;
	}

	.content-wrap .news-wrap .news-con .n2box {
		padding-left: 20px;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mconbox {
		width: 800px;

		margin: 0 auto;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
		width: 12%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
		width: 86%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
		width: 86%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
		margin-left: 14%;
	}

	.footer-wrap .footer .f3box {
		padding: 20px 0;
	}

	.footer-wrap .footer .f3box .flt {
		float: left;

		line-height: 35px;
	}

	.footer-wrap .footer .f3box .frt {
		float: right;
	}
}

@media (max-width: 990px) {
	.container-fluid {
		padding-left: 0.5em;

		padding-right: 0.5em;
	}

	.footer-wrap {
		margin-bottom: 75px;
	}
}

@media (max-width: 480px) {
	.logo img {
		max-width: 60%;
	}

	.content-wrap .partner-wrap .title-line .chtit {
		font-size: 2.4rem;
	}

	.content-wrap .partner-wrap .title-line .chtit span {
		font-weight: bold;
	}

	.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
		width: 35%;
	}

	.content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
		width: 61%;
	}
}

@media (max-width: 375px) {
	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
		width: 28%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
		width: 71%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
		width: 71%;
	}

	.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
		margin-left: 28%;
	}
}

/*# sourceMappingURL=style.css.map */

.List_page {
	text-align: center;
	margin: 8px;
	font-family: "微软雅黑";
	clear: both;
	margin-top: 25px;
	display: block;
}

.List_page a {
	background: #fff;
	margin: 0px 2px;
	padding: 4px 6px;
	border: 1px solid #aeaeae;
	color: #333;
	font-family: "微软雅黑";
}

.List_page span {
	background: #194ca0;
	color: #fff;
	margin: 1px;
	padding: 4px 6px;
	border: 1px solid #194ca0;
	font-family: "微软雅黑";
}

.call {
	display: none;
}

@media (max-width: 767px) {
	.call {
		display: block !important;
	}
}